home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-04-08 | 543 b | 12 lines | [TEXT/KAHL] |
- This application makes the following design assumptions in order to keep the code down
- to a managable size:
- 1) We only take "simple" specifiers, i.e. an object specifier which refers to a
- single object by index or by name.
-
- 2) Unless otherwise noted, the Apple event handlers will not take a list of
- object specifiers.
-
- 3) None of the Apple event handlers will take an object specifier unless the
- Apple event Registry explicitly calls for one. (This goes against the
- "any parameter can be an object specifier" rule.)
-